home *** CD-ROM | disk | FTP | other *** search
/ Xenosoft 2 / Xenosoft 2 (Game collection)(1994).iso / games / warlord2.arj / WARLORD2 / WARSCEN.BAT < prev    next >
DOS Batch File  |  1994-04-08  |  491b  |  27 lines

  1. @echo off
  2. if not exist gravis.ini goto doneg
  3.         lh ultramid
  4. :doneg
  5. if exist warscen.ini goto doneinit
  6.         echo 1 >warscen.ini
  7.         install
  8.         if not exist gravis.ini goto doneinit
  9.         lh ultramid
  10. :doneinit
  11.  
  12. if "%1" == ""    goto startit
  13. goto donestart
  14. :startit
  15. wsstart
  16. :donestart
  17.  
  18. if not exist gravis.ini goto doneg2
  19.         ultramid -F
  20. :doneg2
  21.  
  22. rem ********* THIS LINE RUNS THE MAIN SCENARIO EDITOR!! **************
  23. warscen1
  24.  
  25. :exit
  26. mode co80
  27.